home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / ReadMe2 < prev    next >
Encoding:
Text File  |  1990-07-30  |  7.8 KB  |  224 lines

  1. The CanDo How To Book, Version 1.022:
  2.  
  3. New features of CanDo Version 1.02:
  4.  
  5. Improved Utilities -- Located in CanDoExtras:Utilities
  6. (All utilities, other that TheInstaller, are documented in the Addendum.)
  7.  
  8.     TheInstaller (An improved CanDoInstaller)
  9.  
  10.     This utility is primarily for Hard drive users, though, if enough room
  11.     exists on a WorkBench disk, some CanDo files may be installed to it.
  12.     TheInstaller allows for selective placement of important CanDo files
  13.     on a Hard drive with CanDo's Icon Default TOOLTYPES being correctly
  14.     set for immediate use.  We recommend that prior to running
  15.     TheInstaller you create a drawer on your Hard drive, named CanDo, in
  16.     which CanDo can be installed.  The normal procedure will be to accept
  17.     the first two stages:  "C" directory to "C:" and "libs" directory to
  18.     "Libs:".  When TheInstaller asks for the directory to install CanDo
  19.     itself, enter the path of the drawer you created.  Install all further
  20.     files to this path.
  21.  
  22.     TheBinder is improved.
  23.  
  24. New Utilities:
  25.  
  26.     ThePrinter
  27.     TheRelocator
  28.  
  29. More tooltypes (described in Addendum)
  30.  
  31. Improved control for CanDo V1.02
  32.  
  33.     Control-F4        - Quick save of current deck (if it has filename)
  34.     Control-F8        - Scrollscreen up/down
  35.     Control-F9        - CanDo to back (along with user window)
  36.     Control-Shift-F9    - CanDo to back
  37.     Control-F10        - CanDo to front (along with user window)
  38.     Control-Shift-F10    - CanDo to front
  39.  
  40. Improved CanDo default searching
  41.  
  42.     When CanDo is started, it finds its default settings as follows:
  43.  
  44.     If CanDo is started From WorkBench AND ToolTypes exist in CanDo's Icon
  45.         Use ToolTypes for defaults
  46.     Else
  47.         If CanDo.Defaults exists in current directory
  48.             Use it for defaults
  49.         Else
  50.             If S:CanDo.Defaults exists
  51.                 Use it for defaults
  52.             Else
  53.                 Use Built-in defaults
  54.             EndIf
  55.         EndIf
  56.     EndIf
  57.  
  58. New features of CanDo version 1.02:
  59.  
  60.     An index to the manual is included in the back of the addendum.  This
  61.     index encompasses CanDo's main manual, the addendum itself, and this
  62.     file.
  63.  
  64.     You can copy and paste a card between decks or within the same deck.
  65.     Here is the procedure:
  66.  
  67.         1) Select "Copy" from the Objects menu.
  68.         2) Click on the "Card" icon between the next and previous card
  69.            arrows on the Main Control Panel.
  70.         3) Select a card from the Card List Requester.
  71.         4) This will bring you back to the Main Control Panel.  The
  72.            Card is now in the Paste buffer.  You may then load in
  73.            another deck and select "Paste" from the Objects menu to
  74.            insert this card.
  75.  
  76.     Improved coordinate system:  both crosshairs and coordinate location
  77.     are available, along with being able to turn off the sprite cursor.
  78.     Crosshairs have been added to all object placement functions.  Please
  79.     note:  these crosshairs indicate the hit area of the object, not the
  80.     border of the object.  When using these crosshairs to align a button
  81.     with another, place the lines just inside the button edge.  Some
  82.     practice with this will help you to align buttons, fields and memo
  83.     objects very quickly.
  84.  
  85. Improved error handling handles all known errors.
  86.  
  87.     CanDo now manages memory more efficiently, thus runs better on 1
  88.     megabyte machines.
  89.  
  90.     Improved DOS EditorTool:  a "CD & OK" button, added to the Dos Editor
  91.     Tool, automatically inserts a script which runs an application from
  92.     its own directory.
  93.  
  94.     DeckRunner and DeckBrowser, located in C:, can run bound and unbound
  95.     decks.  This allows persons to run CanDo decks distributed over BBS'S
  96.     and networks without owning CanDo.
  97.  
  98.     New licensing policy for cando.library:  Commercial developers should
  99.     contact INOVATRONICS for information regarding licensing agreement to
  100.     distribute applications that use the library.
  101.  
  102.     Flexible CanDo file requester:  both height and width are adjustable,
  103.     and icon suppression is now available from CanDo's tooltypes.
  104.  
  105.     The user interface has been modified to ensure that all OK and Cancel
  106.     buttons on requesters are on the same side.
  107.  
  108.     The Deck Menu on CanDo's MainPanel now provides the familiar
  109.     "SaveAs..." option to allow files to be saved under different names.
  110.     Also, the "About" has been moved to the "Misc" menu, and renamed to
  111.     CanDo {Version} Info.
  112.  
  113.     The Script Editor has an additional menu item:  "About this script..."
  114.     which tells you which script of which object you are editing, as well
  115.     as the current line and column of the cursor.
  116.  
  117.     An Expert Mode option has been added.  This option is turned on by
  118.     adding "ExpertMode = ON" to your ToolTypes in CanDo's Icon or as a
  119.     line in Cando.defaults.  Expert Mode enables additional menu items on
  120.     the Main Control Panel, such as "Flush Buffers" and "Dispose
  121.     Variables".  These items let you manually clear buffers and variables
  122.     that are not in use.
  123.  
  124. New keys are available to control CanDo:
  125.  
  126.     Control-F8    moves the CanDo screen up and down, like the up/down
  127.             button next to the front/back gadgets.
  128.     Control-F9    pushes the CanDo screen to the back.
  129.     Control-F10    brings the CanDo screen to the front.
  130.  
  131. In the Script Editor, Right-Amiga-P now asks you if you really wish to print
  132. the script if AUTOREQUESTERS are enabled.
  133.  
  134. Problems and difficulties we found in versions 1.0 and 1.01 that were fixed
  135. with version 1.02:
  136.  
  137.     Shift-clicked selected deck not loaded with CanDo if DefaultDeck
  138.     specified in ToolTypes.  Deck specified as parameter on command line
  139.     not loaded if DefaultDeck specified in cando.defaults.
  140.  
  141.     JAM2 draw mode used with extended print styles, like SHADOW, caused
  142.     trouble.
  143.  
  144.     Card Movement commands were permitted in StartUp, AfterStartUp and
  145.     Leaving scripts, which prevented the card from being edited.
  146.  
  147.     Errors in StartUp and AfterStartup scripts resulted in CanDo exiting
  148.     back to DOS or Workbench.
  149.  
  150.     There was no way from within CanDo to retrieve the CanDo screen when a
  151.     system requester popped up and pushed it to the back, behind the
  152.     current screen.  Control-F10 now returns the CanDo screen to the
  153.     front.
  154.  
  155.     CanDo will now prevent you from saving a deck with the same name as
  156.     any card in the deck.
  157.  
  158. Known CanDo Limitations
  159.  
  160.     Cannot use double-quotes or the Alt-W character in object/card/routine
  161.     names.  CanDo removes them if you do use them.
  162.  
  163.     Cannot use card movement commands in card scripts (StartUp,
  164.     AfterStartUp, Leaving scripts).  If you do, this will cause an error
  165.     and will bring up the error system.
  166.  
  167.     Cannot use proportional fonts in documents and you will not be allowed
  168.     to select them.
  169.  
  170.     The sample decks in the Decks directory must be run from their current
  171.     directory when running from CLI.  They reference their resources by
  172.     backing up a directory then looking for the Images, Sounds, etc.,
  173.     directories.  These directories must remain relative in this manner or
  174.     the deck will not find its resources.  If you move these decks you
  175.     will likely need to edit these resource paths with CanDo.
  176.  
  177. Features of CanDo Version 1.021:
  178.     Bug fixes in TheInstaller
  179.  
  180. Features of CanDo Version 1.022:
  181.  
  182.     New SerialManager.  Call INOVAtronics to request new, complete
  183.         documentation, or call the INOVAtronics BBS.
  184.     
  185.     New commands:
  186.  
  187.         DrawBorder X, Y, Width, Height,
  188.                NONE|BOX|OUTLINE|DOUBLEOUTLINE|EMBOSSED|SHADOW
  189.                [,Pen1] [,Pen2]
  190.  
  191.             The DrawBorder command draws a border at a given
  192.             location, with a given width and height, of the
  193.             designated style, using the two pens for highlight
  194.             colors.
  195.  
  196.         RefreshObject ObjectName
  197.  
  198.             Redraws the given Object on the screen which needs to
  199.             be updated.  This can be used to force a list or memo
  200.             object to refresh during a script.
  201.  
  202.     New functions:
  203.  
  204.         "string"  = PathOf("PATH:File")
  205.             
  206.             Given a file name, this function will return the
  207.             portion of the name designating the PATH.
  208.  
  209.         "string"  = FileOf("PATH:File")
  210.  
  211.             Given a file name, this function will return the
  212.             portion of the name designating the File, without
  213.             the PATH.
  214.  
  215.         <integer> = FileSize("FileName")
  216.  
  217.             This function returns the size of a given file.
  218.  
  219.         "string"  = PathAndFile("PATH:","File")
  220.  
  221.             Give a path name and a file name, this function
  222.             returns a valid filename for the given file in the
  223.             given path.
  224.